projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb8fc0
)
(end_kbd_macro): Declare extern.
author
Kim F. Storm
<storm@cua.dk>
Mon, 9 Sep 2002 22:34:10 +0000
(22:34 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 9 Sep 2002 22:34:10 +0000
(22:34 +0000)
src/macros.h
patch
|
blob
|
history
diff --git
a/src/macros.h
b/src/macros.h
index 6c927b80b5cfef9bc5da4311b6394228a5f98f5c..3f2629c661dad6450735d5adc8d6ec2601fbe548 100644
(file)
--- a/
src/macros.h
+++ b/
src/macros.h
@@
-40,6
+40,10
@@
extern int executing_macro_iterations;
extern Lisp_Object executing_macro;
+/* Finish defining the current keyboard macro. */
+
+extern void end_kbd_macro P_ ((void));
+
/* Declare that all chars stored so far in the kbd macro being defined
really belong to it. This is done in between editor commands. */